Class: Aws::Types::IdleRecommendationError
- Inherits:
-
Object
- Object
- Aws::Types::IdleRecommendationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_type ⇒ "EC2Instance", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
734 735 736 |
# File 'sig/types.rbs', line 734 def code @code end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
733 734 735 |
# File 'sig/types.rbs', line 733 def identifier @identifier end |
#message ⇒ ::String
Returns the value of attribute message.
735 736 737 |
# File 'sig/types.rbs', line 735 def @message end |
#resource_type ⇒ "EC2Instance", ...
Returns the value of attribute resource_type.
736 737 738 |
# File 'sig/types.rbs', line 736 def resource_type @resource_type end |