Class: Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::BatchGetCalculatedAttributeForProfileError
- 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
-
#code ⇒ String
Status code for why a specific profile and calculated attribute failed.
-
#message ⇒ String
Message describing why a specific profile and calculated attribute failed.
-
#profile_id ⇒ String
The profile id that failed.
Instance Attribute Details
#code ⇒ String
Status code for why a specific profile and calculated attribute failed.
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 |
#message ⇒ String
Message describing why a specific profile and calculated attribute failed.
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_id ⇒ String
The profile id that failed.
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 |