Class: Aws::Types::ServiceTemporarilyUnavailableException

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)


683
684
685
# File 'sig/types.rbs', line 683

def can_retry
  @can_retry
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def message
  @message
end