Class: Aws::CustomerProfiles::Types::ProfileQueryFailures
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ProfileQueryFailures
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Object that holds failures for membership.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the failure.
-
#profile_id ⇒ String
The profile id the failure belongs to.
-
#status ⇒ Integer
The status describing the failure.
Instance Attribute Details
#message ⇒ String
A message describing the failure.
5389 5390 5391 5392 5393 5394 5395 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5389 class ProfileQueryFailures < Struct.new( :profile_id, :message, :status) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The profile id the failure belongs to.
5389 5390 5391 5392 5393 5394 5395 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5389 class ProfileQueryFailures < Struct.new( :profile_id, :message, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The status describing the failure.
5389 5390 5391 5392 5393 5394 5395 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5389 class ProfileQueryFailures < Struct.new( :profile_id, :message, :status) SENSITIVE = [] include Aws::Structure end |