Class: Aws::Types::ChangesetErrorInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_category"VALIDATION", ...

Returns the value of attribute error_category.

Returns:

  • ("VALIDATION", "SERVICE_QUOTA_EXCEEDED", "ACCESS_DENIED", "RESOURCE_NOT_FOUND", "THROTTLING", "INTERNAL_SERVICE_EXCEPTION", "CANCELLED", "USER_RECOVERABLE")


38
39
40
# File 'sig/types.rbs', line 38

def error_category
  @error_category
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def error_message
  @error_message
end