Class: Aws::Types::TooManyRequestsException
- Inherits:
-
Object
- Object
- Aws::Types::TooManyRequestsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_type ⇒ ::String
Returns the value of attribute error_type.
229 230 231 |
# File 'sig/types.rbs', line 229 def error_type @error_type end |
#message ⇒ ::String
Returns the value of attribute message.
228 229 230 |
# File 'sig/types.rbs', line 228 def @message end |