Class: Aws::ConnectCampaignsV2::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

Request processing failed because of an error or failure with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1127

class InternalServerException < 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)


1127
1128
1129
1130
1131
1132
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1127

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