Class: Aws::Types::ThrottlingException
- Inherits:
-
Object
- Object
- Aws::Types::ThrottlingException
- 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.
806 807 808 |
# File 'sig/types.rbs', line 806 def @message end |
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
807 808 809 |
# File 'sig/types.rbs', line 807 def x_amz_error_type @x_amz_error_type end |