Class: Aws::Types::FailedCreateAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entryTypes::CreateAssociationBatchRequestEntry

Returns the value of attribute entry.



1686
1687
1688
# File 'sig/types.rbs', line 1686

def entry
  @entry
end

#fault"Client", ...

Returns the value of attribute fault.

Returns:

  • ("Client", "Server", "Unknown")


1688
1689
1690
# File 'sig/types.rbs', line 1688

def fault
  @fault
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def message
  @message
end