Class: Aws::Types::InvalidInputException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidInputException
- 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 ⇒ "INVALID_ASSESSMENT_TARGET_ARN", ...
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.
458 459 460 |
# File 'sig/types.rbs', line 458 def can_retry @can_retry end |
#error_code ⇒ "INVALID_ASSESSMENT_TARGET_ARN", ...
Returns the value of attribute error_code.
457 458 459 |
# File 'sig/types.rbs', line 457 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
456 457 458 |
# File 'sig/types.rbs', line 456 def @message end |