Class: Aws::OSIS::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::OSIS::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-osis/errors.rb
Instance Method Summary collapse
-
#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.
51 52 53 |
# File 'lib/aws-sdk-osis/errors.rb', line 51 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |