Class: Aws::MediaLive::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ForbiddenException
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4811 4812 4813 4814 4815 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4811 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |