Class: Aws::PricingPlanManager::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb

Overview

The request failed a business rule validation. For example, the specified resource might already be associated with another subscription, or the subscription might not be in the required state for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


731
732
733
734
735
736
# File 'gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb', line 731

class ValidationException < Struct.new(
  :message,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource that failed validation.

Returns:

  • (String)


731
732
733
734
735
736
# File 'gems/aws-sdk-pricingplanmanager/lib/aws-sdk-pricingplanmanager/types.rb', line 731

class ValidationException < Struct.new(
  :message,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end