Class: Aws::States::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ValidationException
- 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
-
#message ⇒ String
-
#reason ⇒ String
The input does not satisfy the constraints specified by an Amazon Web Services service.
Instance Attribute Details
#message ⇒ String
4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4906 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The input does not satisfy the constraints specified by an Amazon Web Services service.
4906 4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4906 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |