Class: Aws::ConnectCampaignsV2::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The input fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
Instance Attribute Details
#message ⇒ String
2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2306 class ValidationException < Struct.new( :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2306 class ValidationException < Struct.new( :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |