Class: Aws::ApplicationCostProfiler::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
The input fails to satisfy the constraints for the API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
403 404 405 406 407 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 403 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |