Class: Aws::Types::OperationFailureException

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)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:

  • (::String)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def tip
  @tip
end