Class: Aws::Types::MissingParameterValueException

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)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def type
  @type
end