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.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def cluster_name @cluster_name end |
#message ⇒ ::String
Returns the value of attribute message.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def subscription_id @subscription_id end |