Method: Aws::CloudWatch::Types::MessageData#code

Defined in:
lib/aws-sdk-cloudwatch/types.rb

#codeString

The error code or status code associated with the message.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2548

class MessageData < Struct.new(
  :code,
  :value)
  SENSITIVE = []
  include Aws::Structure
end