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