Class: Aws::CustomerProfiles::Types::BatchGetProfileError

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

Overview

Error object describing why a specific profile failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Status code for why a specific profile failed.

Returns:

  • (String)


655
656
657
658
659
660
661
# File 'lib/aws-sdk-customerprofiles/types.rb', line 655

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

#messageString

Message describing why a specific profile failed.

Returns:

  • (String)


655
656
657
658
659
660
661
# File 'lib/aws-sdk-customerprofiles/types.rb', line 655

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

#profile_idString

The profile id that failed.

Returns:

  • (String)


655
656
657
658
659
660
661
# File 'lib/aws-sdk-customerprofiles/types.rb', line 655

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