Class: Aws::ChimeSDKMessaging::Types::UnauthorizedClientException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/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)


3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3203

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

#messageString

Returns:

  • (String)


3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3203

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