Class: Aws::Types::InvalidParameterValueException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def type
  @type
end