class Aws::ServiceCatalog::Types::DeleteProvisionedProductPlanInput

@note When making an API call, you may pass DeleteProvisionedProductPlanInput

data as a hash:

    {
      accept_language: "AcceptLanguage",
      plan_id: "Id", # required
      ignore_errors: false,
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] plan_id

The plan identifier.
@return [String]

@!attribute [rw] ignore_errors

If set to true, AWS Service Catalog stops managing the specified
provisioned product even if it cannot delete the underlying
resources.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProvisionedProductPlanInput AWS API Documentation

Constants

SENSITIVE