Class: Aws::RedshiftServerless::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

The input failed to satisfy the constraints specified by an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2712
2713
2714
2715
2716
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2712

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