Class: Aws::Polly::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ValidationException
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
The input fails to satisfy the constraints specified by the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the validation error.
-
#message ⇒ String
-
#reason ⇒ String
The reason the request failed validation.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1274 1275 1276 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1274 def event_type @event_type end |
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the validation error.
1274 1275 1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1274 class ValidationException < Struct.new( :message, :reason, :fields, :event_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1274 1275 1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1274 class ValidationException < Struct.new( :message, :reason, :fields, :event_type) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request failed validation.
1274 1275 1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1274 class ValidationException < Struct.new( :message, :reason, :fields, :event_type) SENSITIVE = [] include Aws::Structure end |