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:



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

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")


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

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

#error_message::String

Returns:

  • (::String)


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

def error_message: () -> ::String

#filter_criteriaTypes::FilterCriteria



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

def filter_criteria: () -> Types::FilterCriteria

#report_id::String

Returns:

  • (::String)


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

def report_id: () -> ::String

#status"SUCCEEDED", ...

Returns:

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


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

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