Class: Aws::Types::CodeSnippetError
- Inherits:
-
Object
- Object
- Aws::Types::CodeSnippetError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
Instance Attribute Details
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
750 751 752 |
# File 'sig/types.rbs', line 750 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
751 752 753 |
# File 'sig/types.rbs', line 751 def @error_message end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
749 750 751 |
# File 'sig/types.rbs', line 749 def finding_arn @finding_arn end |