Class: Aws::Types::ResourceLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceLimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def cluster_name @cluster_name end |
#message ⇒ ::String
Returns the value of attribute message.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def subscription_id @subscription_id end |