Class: Aws::ChimeSDKMeetings::Types::ServiceFailureException

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

Overview

The service encountered an unexpected error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString



1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1468

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

#messageString



1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1468

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

#request_idString

The ID of the failed request.



1468
1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1468

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