Class: Aws::ElasticsearchService::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticsearchService::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-elasticsearchservice/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.
53 54 55 |
# File 'lib/aws-sdk-elasticsearchservice/errors.rb', line 53 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |