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