Class: Aws::Lambda::Errors::PolicyLengthExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PolicyLengthExceededException.

Parameters:



525
526
527
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 525

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

Instance Method Details

#messageString

Returns:

  • (String)


535
536
537
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 535

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

#typeString

Returns:

  • (String)


530
531
532
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 530

def type
  @data[:type]
end