Class: Aws::Types::ResourceInUseException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceInUseException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#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.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def cluster_name @cluster_name end |
#message ⇒ ::String
Returns the value of attribute message.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def nodegroup_name @nodegroup_name end |