Class: Aws::Types::AttachedFileError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def error_message
  @error_message
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def file_id
  @file_id
end