Class: Aws::MediaConnect::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2772 2773 2774 2775 2776 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2772 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |