Class: Aws::SavingsPlans::Types::ValidationException

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

Overview

One of the input parameters is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


957
958
959
960
961
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 957

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