Class: Aws::Chime::Types::ForbiddenException

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

Overview

The client is permanently forbidden from making the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3827

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

#messageString

Returns:

  • (String)


3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3827

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