Class: Aws::IVS::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-ivs/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
constructor
A new instance of AccessDeniedException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
Returns a new instance of AccessDeniedException.
52 53 54 |
# File 'lib/aws-sdk-ivs/errors.rb', line 52 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
57 58 59 |
# File 'lib/aws-sdk-ivs/errors.rb', line 57 def @data[:exception_message] end |