Class: Aws::SavingsPlans::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
957 958 959 960 961 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 957 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |