Class: Aws::RDSDataService::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::ForbiddenException
- Defined in:
- gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb
Overview
There are insufficient privileges to make the call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message returned by this
ForbiddenException
error.
Instance Attribute Details
#message ⇒ String
The error message returned by this ForbiddenException
error.
625 626 627 628 629 |
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 625 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |