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


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

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

#error_message::String

Returns:

  • (::String)


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

def error_message: () -> ::String

#filter_criteriaTypes::ResourceFilterCriteria



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

def filter_criteria: () -> Types::ResourceFilterCriteria

#format"CYCLONEDX_1_4", "SPDX_2_3"

Returns:

  • ("CYCLONEDX_1_4", "SPDX_2_3")


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

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

#report_id::String

Returns:

  • (::String)


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

def report_id: () -> ::String

#s3_destinationTypes::Destination

Returns:



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

def s3_destination: () -> Types::Destination

#status"SUCCEEDED", ...

Returns:

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


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

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