Class: Aws::ApiGatewayManagementApi::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ApiGatewayManagementApi::Errors::ForbiddenException
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
46 47 48 |
# File 'lib/aws-sdk-apigatewaymanagementapi/errors.rb', line 46 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |