You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::MediaLive::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MediaLive::Errors::ForbiddenException
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException
66 67 68 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb', line 66 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
71 72 73 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb', line 71 def @message || @data[:message] end |