Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_error_type ⇒ ::String
Returns the value of attribute amzn_error_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#amzn_error_type ⇒ ::String
Returns the value of attribute amzn_error_type.
237 238 239 |
# File 'sig/types.rbs', line 237 def amzn_error_type @amzn_error_type end |
#message ⇒ ::String
Returns the value of attribute message.
236 237 238 |
# File 'sig/types.rbs', line 236 def @message end |