Class: Aws::Types::GetFindingsReportStatusResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::Destination

Returns the value of attribute destination.

Returns:



1767
1768
1769
# File 'sig/types.rbs', line 1767

def destination
  @destination
end

#error_code"INTERNAL_ERROR", ...

Returns the value of attribute error_code.

Returns:

  • ("INTERNAL_ERROR", "INVALID_PERMISSIONS", "NO_FINDINGS_FOUND", "BUCKET_NOT_FOUND", "INCOMPATIBLE_BUCKET_REGION", "MALFORMED_KMS_KEY")


1765
1766
1767
# File 'sig/types.rbs', line 1765

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def error_message
  @error_message
end

#filter_criteriaTypes::FilterCriteria

Returns the value of attribute filter_criteria.



1768
1769
1770
# File 'sig/types.rbs', line 1768

def filter_criteria
  @filter_criteria
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def report_id
  @report_id
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "IN_PROGRESS", "CANCELLED", "FAILED")


1764
1765
1766
# File 'sig/types.rbs', line 1764

def status
  @status
end