Class: Aws::ACM::Errors::InvalidArnException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidArnException.

Parameters:



103
104
105
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 103

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

Instance Method Details

#messageString

Returns:

  • (String)


108
109
110
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 108

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