Class: Aws::Types::ServiceException

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)


2841
2842
2843
# File 'sig/types.rbs', line 2841

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:

  • (::String)


2842
2843
2844
# File 'sig/types.rbs', line 2842

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2843
2844
2845
# File 'sig/types.rbs', line 2843

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:

  • (::String)


2844
2845
2846
# File 'sig/types.rbs', line 2844

def tip
  @tip
end