Class: Aws::ChimeSDKMeetings::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb

Overview

The service is currently unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1460

class ServiceUnavailableException < Struct.new(
  :code,
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1460

class ServiceUnavailableException < Struct.new(
  :code,
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request id associated with the call responsible for the exception.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1460

class ServiceUnavailableException < Struct.new(
  :code,
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsString

The number of seconds the caller should wait before retrying.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1460

class ServiceUnavailableException < Struct.new(
  :code,
  :message,
  :request_id,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end