Class: Aws::Types::UnprocessedStandardsControlAssociation

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")


7898
7899
7900
# File 'sig/types.rbs', line 7898

def error_code
  @error_code
end

#error_reason::String

Returns the value of attribute error_reason.

Returns:

  • (::String)


7899
7900
7901
# File 'sig/types.rbs', line 7899

def error_reason
  @error_reason
end

#standards_control_association_idTypes::StandardsControlAssociationId

Returns the value of attribute standards_control_association_id.



7897
7898
7899
# File 'sig/types.rbs', line 7897

def standards_control_association_id
  @standards_control_association_id
end