Class: Aws::Types::NamespaceError
- Inherits:
-
Object
- Object
- Aws::Types::NamespaceError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
8533 8534 8535 |
# File 'sig/types.rbs', line 8533 def @message end |
#type ⇒ "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
Returns the value of attribute type.
8532 8533 8534 |
# File 'sig/types.rbs', line 8532 def type @type end |