Class: Aws::Chime::Types::ServiceFailureException

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

Overview

The service encountered an unexpected error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7597

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

#messageString

Returns:

  • (String)


7597
7598
7599
7600
7601
7602
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7597

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