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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def cluster_name @cluster_name end |
#message ⇒ ::String
Returns the value of attribute message.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def subscription_id @subscription_id end |