Class: Aws::Types::FieldError

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)


506
507
508
# File 'sig/types.rbs', line 506

def error_code
  @error_code
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def id
  @id
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def message
  @message
end