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
2787 2788 2789 2790 2791 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2787 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |