Class: Aws::Types::AttachedFileError
- Inherits:
-
Object
- Object
- Aws::Types::AttachedFileError
- 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.
-
#file_id ⇒ ::String
Returns the value of attribute file_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
466 467 468 |
# File 'sig/types.rbs', line 466 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
467 468 469 |
# File 'sig/types.rbs', line 467 def @error_message end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def file_id @file_id end |