Class: Aws::Inspector2::Types::FailedAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FailedAssociationResult
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Details about a failed attempt to associate or disassociate a code repository with a scan configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ Types::CodeSecurityResource
Identifies a specific resource in a code repository that will be scanned.
-
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated.
-
#status_code ⇒ String
The status code indicating why the association or disassociation failed.
-
#status_message ⇒ String
A message explaining why the association or disassociation failed.
Instance Attribute Details
#resource ⇒ Types::CodeSecurityResource
Identifies a specific resource in a code repository that will be scanned.
4139 4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4139 class FailedAssociationResult < Struct.new( :resource, :scan_configuration_arn, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration that failed to be associated or disassociated.
4139 4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4139 class FailedAssociationResult < Struct.new( :resource, :scan_configuration_arn, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The status code indicating why the association or disassociation failed.
4139 4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4139 class FailedAssociationResult < Struct.new( :resource, :scan_configuration_arn, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message explaining why the association or disassociation failed.
4139 4140 4141 4142 4143 4144 4145 4146 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4139 class FailedAssociationResult < Struct.new( :resource, :scan_configuration_arn, :status_code, :status_message) SENSITIVE = [] include Aws::Structure end |