Class: Aws::ChimeSDKIdentity::Types::UnauthorizedClientException

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


1575
1576
1577
1578
1579
1580
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1575

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

#messageString

Returns:

  • (String)


1575
1576
1577
1578
1579
1580
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1575

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