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
2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2605 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |