Module: Aws::Inspector2::Client::_GetFindingsReportStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFindingsReportStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination ⇒ Types::Destination
- #error_code ⇒ "INTERNAL_ERROR", ...
- #error_message ⇒ ::String
- #filter_criteria ⇒ Types::FilterCriteria
- #report_id ⇒ ::String
- #status ⇒ "SUCCEEDED", ...
Instance Method Details
#destination ⇒ Types::Destination
688 |
# File 'sig/client.rbs', line 688
def destination: () -> Types::Destination
|
#error_code ⇒ "INTERNAL_ERROR", ...
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
687 |
# File 'sig/client.rbs', line 687
def error_message: () -> ::String
|
#filter_criteria ⇒ Types::FilterCriteria
689 |
# File 'sig/client.rbs', line 689
def filter_criteria: () -> Types::FilterCriteria
|
#report_id ⇒ ::String
684 |
# File 'sig/client.rbs', line 684
def report_id: () -> ::String
|
#status ⇒ "SUCCEEDED", ...
685 |
# File 'sig/client.rbs', line 685
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "CANCELLED" | "FAILED")
|