Class: Aws::States::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

The input does not satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4389

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

#reasonString

The input does not satisfy the constraints specified by an Amazon Web Services service.

Returns:

  • (String)


4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4389

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