Class: Aws::TimestreamWrite::Errors::RejectedRecordsException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RejectedRecordsException

Returns a new instance of RejectedRecordsException.

Parameters:



111
112
113
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/errors.rb', line 111

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


116
117
118
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/errors.rb', line 116

def message
  @message || @data[:message]
end

#rejected_recordsString

Returns:

  • (String)


121
122
123
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/errors.rb', line 121

def rejected_records
  @data[:rejected_records]
end