Class: Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileError

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

Overview

Error object describing why a specific profile and calculated attribute failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Status code for why a specific profile and calculated attribute failed.

Returns:

  • (String)


579
580
581
582
583
584
585
# File 'lib/aws-sdk-customerprofiles/types.rb', line 579

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

#messageString

Message describing why a specific profile and calculated attribute failed.

Returns:

  • (String)


579
580
581
582
583
584
585
# File 'lib/aws-sdk-customerprofiles/types.rb', line 579

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

#profile_idString

The profile id that failed.

Returns:

  • (String)


579
580
581
582
583
584
585
# File 'lib/aws-sdk-customerprofiles/types.rb', line 579

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