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
756 |
# File 'sig/client.rbs', line 756
def destination: () -> Types::Destination
|
#error_code ⇒ "INTERNAL_ERROR", ...
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
755 |
# File 'sig/client.rbs', line 755
def error_message: () -> ::String
|
#filter_criteria ⇒ Types::FilterCriteria
757 |
# File 'sig/client.rbs', line 757
def filter_criteria: () -> Types::FilterCriteria
|
#report_id ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def report_id: () -> ::String
|
#status ⇒ "SUCCEEDED", ...
753 |
# File 'sig/client.rbs', line 753
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "CANCELLED" | "FAILED")
|