Class: Aws::Types::OperationNotSupportedException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def message
  @message
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def reason
  @reason
end