Method: Aws::CloudWatch::Types::MessageData#code
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
#code ⇒ String
The error code or status code associated with the message.
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 |