java.lang.Object
software.amazon.awssdk.services.cloudwatch.model.MessageData
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<MessageData.Builder,MessageData>

@Generated("software.amazon.awssdk:codegen") public final class MessageData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MessageData.Builder,MessageData>

A message returned by the GetMetricDataAPI, including a code and a description.

If a cross-Region GetMetricData operation fails with a code of Forbidden and a value of Authentication too complex to retrieve cross region data, you can correct the problem by running the GetMetricData operation in the same Region where the metric data is.

See Also: