Class: Aws::Types::FailedAssociationResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resourceTypes::CodeSecurityResource

Returns the value of attribute resource.



1433
1434
1435
# File 'sig/types.rbs', line 1433

def resource
  @resource
end

#scan_configuration_arn::String

Returns the value of attribute scan_configuration_arn.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def scan_configuration_arn
  @scan_configuration_arn
end

#status_code"INTERNAL_ERROR", ...

Returns the value of attribute status_code.

Returns:

  • ("INTERNAL_ERROR", "ACCESS_DENIED", "SCAN_CONFIGURATION_NOT_FOUND", "INVALID_INPUT", "RESOURCE_NOT_FOUND", "QUOTA_EXCEEDED")


1434
1435
1436
# File 'sig/types.rbs', line 1434

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def status_message
  @status_message
end