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