Class: Aws::Imagebuilder::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
You are not authorized to perform the requested operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2595 2596 2597 2598 2599 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2595 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |