Class: Aws::CostandUsageReportService::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message to show the detail of the exception.

Returns:

  • (String)


412
413
414
415
416
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 412

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