Module: Aws::Inspector2::Client::_GetSbomExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSbomExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_code ⇒ "INTERNAL_ERROR", ...
- #error_message ⇒ ::String
- #filter_criteria ⇒ Types::ResourceFilterCriteria
- #format ⇒ "CYCLONEDX_1_4", "SPDX_2_3"
- #report_id ⇒ ::String
- #s3_destination ⇒ Types::Destination
- #status ⇒ "SUCCEEDED", ...
Instance Method Details
#error_code ⇒ "INTERNAL_ERROR", ...
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
713 |
# File 'sig/client.rbs', line 713
def error_message: () -> ::String
|
#filter_criteria ⇒ Types::ResourceFilterCriteria
715 |
# File 'sig/client.rbs', line 715
def filter_criteria: () -> Types::ResourceFilterCriteria
|
#format ⇒ "CYCLONEDX_1_4", "SPDX_2_3"
710 |
# File 'sig/client.rbs', line 710
def format: () -> ("CYCLONEDX_1_4" | "SPDX_2_3")
|
#report_id ⇒ ::String
709 |
# File 'sig/client.rbs', line 709
def report_id: () -> ::String
|
#s3_destination ⇒ Types::Destination
714 |
# File 'sig/client.rbs', line 714
def s3_destination: () -> Types::Destination
|
#status ⇒ "SUCCEEDED", ...
711 |
# File 'sig/client.rbs', line 711
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "CANCELLED" | "FAILED")
|