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)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def type
  @type
end