Class: Aws::IVSRealTime::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVSRealTime::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-ivsrealtime/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.
49 50 51 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 49 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
54 55 56 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 54 def @data[:exception_message] end |