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 Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:



4256
4257
4258
4259
4260
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 4256

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