Class: Aws::Types::ClientException
- Inherits:
-
Object
- Object
- Aws::Types::ClientException
- 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.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
376 377 378 |
# File 'sig/types.rbs', line 376 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
374 375 376 |
# File 'sig/types.rbs', line 374 def cluster_name @cluster_name end |
#message ⇒ ::String
Returns the value of attribute message.
378 379 380 |
# File 'sig/types.rbs', line 378 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
375 376 377 |
# File 'sig/types.rbs', line 375 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
377 378 379 |
# File 'sig/types.rbs', line 377 def subscription_id @subscription_id end |