Class: Aws::ChimeSDKIdentity::Types::ServiceUnavailableException

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

Overview

The service is currently unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1505

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

#messageString

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1505

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