Class: Aws::Route53RecoveryReadiness::Types::Message
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::Message
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Information relating to readiness check status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_text ⇒ String
The text of a readiness check message.
Instance Attribute Details
#message_text ⇒ String
The text of a readiness check message.
983 984 985 986 987 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 983 class Message < Struct.new( :message_text) SENSITIVE = [] include Aws::Structure end |