Class: Aws::ConnectCampaignService::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 1185

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

#x_amz_error_typeString

A header that defines the error encountered while processing the request.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 1185

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