Method: Aws::CustomerProfiles::Types::ProfileQueryFailures#profile_id
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
#profile_id ⇒ String
The profile id the failure belongs to.
5805 5806 5807 5808 5809 5810 5811 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5805 class ProfileQueryFailures < Struct.new( :profile_id, :message, :status) SENSITIVE = [] include Aws::Structure end |