Method: Aws::XRay::Types::TraceSummary#has_error
- Defined in:
- lib/aws-sdk-xray/types.rb
#has_error ⇒ Boolean
The root segment document has a 400 series error.
3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 |
# File 'lib/aws-sdk-xray/types.rb', line 3685 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |