Class: Aws::Types::CodeSnippetError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INTERNAL_ERROR", ...

Returns the value of attribute error_code.

Returns:

  • ("INTERNAL_ERROR", "ACCESS_DENIED", "CODE_SNIPPET_NOT_FOUND", "INVALID_INPUT")


750
751
752
# File 'sig/types.rbs', line 750

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def error_message
  @error_message
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def finding_arn
  @finding_arn
end