Class: Aws::ComputeOptimizerAutomation::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
You are not authorized to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
798 799 800 801 802 |
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 798 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |