Class: Aws::CloudWatch::Types::MessageData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::MessageData
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code or status code associated with the message.
-
#value ⇒ String
The message text.
Instance Attribute Details
#code ⇒ String
The error code or status code associated with the message.
2721 2722 2723 2724 2725 2726 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2721 class MessageData < Struct.new( :code, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The message text.
2721 2722 2723 2724 2725 2726 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2721 class MessageData < Struct.new( :code, :value) SENSITIVE = [] include Aws::Structure end |