Class: Aws::Wickr::Types::ForbiddenError

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

Overview

Access to the requested resource is forbidden. This error occurs when the authenticated user does not have the necessary permissions to perform the requested operation, even though they are authenticated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message explaining why access was denied and what permissions are required.

Returns:

  • (String)


1084
1085
1086
1087
1088
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1084

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