Class: Aws::Inspector2::Types::FailedAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FailedAccount
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
An object with details on why an account failed to enable Amazon Inspector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#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.
-
#resource_status ⇒ Types::ResourceStatus
An object detailing which resources Amazon Inspector is enabled to scan for the account.
-
#status ⇒ String
The status of Amazon Inspector for the account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3152 class FailedAccount < Struct.new( :account_id, :error_code, :error_message, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code explaining why the account failed to enable Amazon Inspector.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3152 class FailedAccount < Struct.new( :account_id, :error_code, :error_message, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message received when the account failed to enable Amazon Inspector.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3152 class FailedAccount < Struct.new( :account_id, :error_code, :error_message, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ Types::ResourceStatus
An object detailing which resources Amazon Inspector is enabled to scan for the account.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3152 class FailedAccount < Struct.new( :account_id, :error_code, :error_message, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of Amazon Inspector for the account.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3152 class FailedAccount < Struct.new( :account_id, :error_code, :error_message, :resource_status, :status) SENSITIVE = [] include Aws::Structure end |