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.
8182 8183 8184 |
# File 'sig/types.rbs', line 8182 def @message end |
#type ⇒ "PERMISSION_DENIED", "INTERNAL_SERVICE_ERROR"
Returns the value of attribute type.
8181 8182 8183 |
# File 'sig/types.rbs', line 8181 def type @type end |