Class: Aws::Types::QueryLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::QueryLimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
770 771 772 |
# File 'sig/types.rbs', line 770 def code @code end |
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
768 769 770 |
# File 'sig/types.rbs', line 768 def @detailed_message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
769 770 771 |
# File 'sig/types.rbs', line 769 def request_id @request_id end |