Class: Aws::Types::ServiceUnavailableException

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)


307
308
309
# File 'sig/types.rbs', line 307

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def request_id
  @request_id
end

#retry_after_seconds::String

Returns the value of attribute retry_after_seconds.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def retry_after_seconds
  @retry_after_seconds
end