Class: Aws::Types::UnsupportedFeatureException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

Returns the value of attribute can_retry.

Returns:

  • (Boolean)


752
753
754
# File 'sig/types.rbs', line 752

def can_retry
  @can_retry
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def message
  @message
end