You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::MessageData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code or status code associated with the message.

Returns:

  • (String)

    The error code or status code associated with the message.

#valueString

The message text.

Returns:

  • (String)

    The message text.