Class: Aws::ECS::Errors::ClientException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClientException.

Parameters:



98
99
100
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 98

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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