Class: Aws::Types::InvalidParameterException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidParameterException
- 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.
-
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_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.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def fargate_profile_name @fargate_profile_name end |
#message ⇒ ::String
Returns the value of attribute message.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def subscription_id @subscription_id end |