Class: Aws::Types::FieldOptionError

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)


562
563
564
# File 'sig/types.rbs', line 562

def error_code
  @error_code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def message
  @message
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def value
  @value
end