Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- 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.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def addon_name @addon_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def cluster_name @cluster_name end |
#fargate_profile_name ⇒ ::String
Returns the value of attribute fargate_profile_name.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def fargate_profile_name @fargate_profile_name end |
#message ⇒ ::String
Returns the value of attribute message.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def @message end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def nodegroup_name @nodegroup_name end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def subscription_id @subscription_id end |