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)


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.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def error_message
  @error_message
end

#file_id::String

Returns the value of attribute file_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def file_id
  @file_id
end