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.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def @message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def resource_ids @resource_ids end |