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.
461 462 463 |
# File 'sig/types.rbs', line 461 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
462 463 464 |
# File 'sig/types.rbs', line 462 def @error_message end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def file_id @file_id end |