Class: Aws::Types::Issue
- Inherits:
-
Object
- Object
- Aws::Types::Issue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AutoScalingGroupNotFound", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
Instance Attribute Details
#code ⇒ "AutoScalingGroupNotFound", ...
Returns the value of attribute code.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def @message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def resource_ids @resource_ids end |