Class: Aws::ElasticBeanstalk::Errors::InsufficientPrivilegesException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticBeanstalk::Errors::InsufficientPrivilegesException
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InsufficientPrivilegesException
constructor
A new instance of InsufficientPrivilegesException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InsufficientPrivilegesException
Returns a new instance of InsufficientPrivilegesException.
89 90 91 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb', line 89 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |