Method: Aws::CloudFormation::Errors::InvalidChangeSetStatusException#initialize
- Defined in:
- lib/aws-sdk-cloudformation/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidChangeSetStatusException
Returns a new instance of InvalidChangeSetStatusException.
176 177 178 |
# File 'lib/aws-sdk-cloudformation/errors.rb', line 176 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |