Class: Aws::Types::InvalidInputException

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)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def tip
  @tip
end