Class: Aws::MediaConnect::Types::ForbiddenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1918
1919
1920
1921
1922
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1918

class ForbiddenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end