Class: Aws::Types::ImportFindingsError
- Inherits:
-
Object
- Object
- Aws::Types::ImportFindingsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
6227 6228 6229 |
# File 'sig/types.rbs', line 6227 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
6228 6229 6230 |
# File 'sig/types.rbs', line 6228 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
6226 6227 6228 |
# File 'sig/types.rbs', line 6226 def id @id end |