Class: Aws::Types::NoSuchEntityException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

Returns the value of attribute can_retry.

Returns:

  • (Boolean)


603
604
605
# File 'sig/types.rbs', line 603

def can_retry
  @can_retry
end

#error_code"ASSESSMENT_TARGET_DOES_NOT_EXIST", ...

Returns the value of attribute error_code.

Returns:

  • ("ASSESSMENT_TARGET_DOES_NOT_EXIST", "ASSESSMENT_TEMPLATE_DOES_NOT_EXIST", "ASSESSMENT_RUN_DOES_NOT_EXIST", "FINDING_DOES_NOT_EXIST", "RESOURCE_GROUP_DOES_NOT_EXIST", "RULES_PACKAGE_DOES_NOT_EXIST", "SNS_TOPIC_DOES_NOT_EXIST", "IAM_ROLE_DOES_NOT_EXIST")


602
603
604
# File 'sig/types.rbs', line 602

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def message
  @message
end