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
2002 2003 2004 2005 2006 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2002 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |