Class: Aws::Types::UnprocessedStandardsControlAssociationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INVALID_INPUT", ...

Returns the value of attribute error_code.

Returns:

  • ("INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "RESOURCE_NOT_FOUND", "LIMIT_EXCEEDED")


7905
7906
7907
# File 'sig/types.rbs', line 7905

def error_code
  @error_code
end

#error_reason::String

Returns the value of attribute error_reason.

Returns:

  • (::String)


7906
7907
7908
# File 'sig/types.rbs', line 7906

def error_reason
  @error_reason
end

#standards_control_association_updateTypes::StandardsControlAssociationUpdate

Returns the value of attribute standards_control_association_update.



7904
7905
7906
# File 'sig/types.rbs', line 7904

def standards_control_association_update
  @standards_control_association_update
end