Class: Aws::Types::FailedItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason"NOT_VALID_ARN", ...

Returns the value of attribute reason.

Returns:

  • ("NOT_VALID_ARN", "NOT_VALID_PARTITION", "NOT_VALID_REGION", "NOT_VALID_SERVICE", "NOT_VALID_RESOURCE_TYPE", "NOT_VALID_ACCOUNT_ID")


322
323
324
# File 'sig/types.rbs', line 322

def reason
  @reason
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def uri
  @uri
end