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.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def @message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def resource_ids @resource_ids end |