Class: Aws::Types::UnprocessedCluster
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def cluster_name @cluster_name end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def error_type @error_type end |