Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
253 254 255 |
# File 'sig/types.rbs', line 253 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
252 253 254 |
# File 'sig/types.rbs', line 252 def end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
255 256 257 |
# File 'sig/types.rbs', line 255 def resource_ids @resource_ids end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
254 255 256 |
# File 'sig/types.rbs', line 254 def resource_type @resource_type end |