Class: Aws::Inspector2::Types::State
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::State
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
An object that described the state of Amazon Inspector scans for an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code explaining why the account failed to enable Amazon Inspector.
-
#error_message ⇒ String
The error message received when the account failed to enable Amazon Inspector.
-
#status ⇒ String
The status of Amazon Inspector for the account.
Instance Attribute Details
#error_code ⇒ String
The error code explaining why the account failed to enable Amazon Inspector.
6566 6567 6568 6569 6570 6571 6572 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6566 class State < Struct.new( :error_code, :error_message, :status) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message received when the account failed to enable Amazon Inspector.
6566 6567 6568 6569 6570 6571 6572 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6566 class State < Struct.new( :error_code, :error_message, :status) SENSITIVE = [] include Aws::Structure end |