Class: Aws::Chime::Types::UnauthorizedClientException

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

Overview

The client is not currently authorized to make the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


8110
8111
8112
8113
8114
8115
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8110

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

#messageString

Returns:

  • (String)


8110
8111
8112
8113
8114
8115
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8110

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