Class: Aws::Types::NoSuchEntityException
- Inherits:
-
Object
- Object
- Aws::Types::NoSuchEntityException
- 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_DOES_NOT_EXIST", ...
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.
603 604 605 |
# File 'sig/types.rbs', line 603 def can_retry @can_retry end |
#error_code ⇒ "ASSESSMENT_TARGET_DOES_NOT_EXIST", ...
Returns the value of attribute error_code.
602 603 604 |
# File 'sig/types.rbs', line 602 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
601 602 603 |
# File 'sig/types.rbs', line 601 def @message end |