Class: Aws::Types::LimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::LimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
-
#error_code ⇒ "ASSESSMENT_TARGET_LIMIT_EXCEEDED", ...
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
465 466 467 |
# File 'sig/types.rbs', line 465 def can_retry @can_retry end |
#error_code ⇒ "ASSESSMENT_TARGET_LIMIT_EXCEEDED", ...
Returns the value of attribute error_code.
464 465 466 |
# File 'sig/types.rbs', line 464 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
463 464 465 |
# File 'sig/types.rbs', line 463 def @message end |