Class: Aws::Types::InvalidRequestException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidRequestException
- 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.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def cluster_name @cluster_name end |
#message ⇒ ::String
Returns the value of attribute message.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def subscription_id @subscription_id end |