Module: Aws::Inspector2::Client::_GetFindingsReportStatusResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetFindingsReportStatusResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#destinationTypes::Destination

Returns:



688
# File 'sig/client.rbs', line 688

def destination: () -> Types::Destination

#error_code"INTERNAL_ERROR", ...

Returns:

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


686
# File 'sig/client.rbs', line 686

def error_code: () -> ("INTERNAL_ERROR" | "INVALID_PERMISSIONS" | "NO_FINDINGS_FOUND" | "BUCKET_NOT_FOUND" | "INCOMPATIBLE_BUCKET_REGION" | "MALFORMED_KMS_KEY")

#error_message::String

Returns:

  • (::String)


687
# File 'sig/client.rbs', line 687

def error_message: () -> ::String

#filter_criteriaTypes::FilterCriteria



689
# File 'sig/client.rbs', line 689

def filter_criteria: () -> Types::FilterCriteria

#report_id::String

Returns:

  • (::String)


684
# File 'sig/client.rbs', line 684

def report_id: () -> ::String

#status"SUCCEEDED", ...

Returns:

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


685
# File 'sig/client.rbs', line 685

def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "CANCELLED" | "FAILED")