Module: Aws::Inspector2::Client::_GetSbomExportResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#error_code"INTERNAL_ERROR", ...

Returns:

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


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

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

#error_message::String

Returns:

  • (::String)


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

def error_message: () -> ::String

#filter_criteriaTypes::ResourceFilterCriteria



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

def filter_criteria: () -> Types::ResourceFilterCriteria

#format"CYCLONEDX_1_4", "SPDX_2_3"

Returns:

  • ("CYCLONEDX_1_4", "SPDX_2_3")


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

def format: () -> ("CYCLONEDX_1_4" | "SPDX_2_3")

#report_id::String

Returns:

  • (::String)


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

def report_id: () -> ::String

#s3_destinationTypes::Destination

Returns:



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

def s3_destination: () -> Types::Destination

#status"SUCCEEDED", ...

Returns:

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


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

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