Class: Aws::CustomerProfiles::Types::ProfileQueryFailures

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

Overview

Object that holds failures for membership.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the failure.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6711

class ProfileQueryFailures < Struct.new(
  :profile_id,
  :message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The profile id the failure belongs to.

Returns:

  • (String)


6711
6712
6713
6714
6715
6716
6717
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6711

class ProfileQueryFailures < Struct.new(
  :profile_id,
  :message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The status describing the failure.

Returns:

  • (Integer)


6711
6712
6713
6714
6715
6716
6717
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6711

class ProfileQueryFailures < Struct.new(
  :profile_id,
  :message,
  :status)
  SENSITIVE = []
  include Aws::Structure
end