Class: Aws::CostandUsageReportService::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostandUsageReportService::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costandusagereportservice/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message to show the detail of the exception.
Instance Attribute Details
#message ⇒ String
A message to show the detail of the exception.
412 413 414 415 416 |
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 412 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |