Class: Aws::ChimeSDKMeetings::Types::UnauthorizedException

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

Overview

The user isn't authorized to request a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1627

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

#messageString

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1627

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

#request_idString

The request id associated with the call responsible for the exception.

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1627

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