Class: Aws::ApplicationCostProfiler::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationcostprofiler/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

#messageString

Returns:

  • (String)


403
404
405
406
407
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 403

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