Class: Aws::Types::NoLongerSupportedException

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)


445
446
447
# File 'sig/types.rbs', line 445

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def type
  @type
end