Class: Aws::Types::NotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::NotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_attribute ⇒ ::String
Returns the value of attribute error_attribute.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_share_errors ⇒ ::Array[Types::ResourceShareError]
Returns the value of attribute resource_share_errors.
Instance Attribute Details
#error_attribute ⇒ ::String
Returns the value of attribute error_attribute.
675 676 677 |
# File 'sig/types.rbs', line 675 def error_attribute @error_attribute end |
#message ⇒ ::String
Returns the value of attribute message.
676 677 678 |
# File 'sig/types.rbs', line 676 def end |
#resource_share_errors ⇒ ::Array[Types::ResourceShareError]
Returns the value of attribute resource_share_errors.
677 678 679 |
# File 'sig/types.rbs', line 677 def resource_share_errors @resource_share_errors end |