Class: Aws::Types::ClusterIssue
- Inherits:
-
Object
- Object
- Aws::Types::ClusterIssue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AccessDenied", ...
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 ⇒ "AccessDenied", ...
Returns the value of attribute code.
430 431 432 |
# File 'sig/types.rbs', line 430 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
431 432 433 |
# File 'sig/types.rbs', line 431 def @message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
432 433 434 |
# File 'sig/types.rbs', line 432 def resource_ids @resource_ids end |