Class: Aws::S3Tables::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ForbiddenException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
The caller isn’t authorized to make the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
436 437 438 439 440 |
# File 'lib/aws-sdk-s3tables/types.rb', line 436 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |