Method: Aws::CloudWatch::Types::MessageData#value
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
#value ⇒ String
The message text.
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 |