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