Class: Aws::NimbleStudio::Errors::ConflictException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConflictException.

Parameters:



74
75
76
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 74

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

Instance Method Details

#codeString

Returns:

  • (String)


79
80
81
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 79

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

#contextString

Returns:

  • (String)


84
85
86
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 84

def context
  @data[:context]
end

#messageString

Returns:

  • (String)


89
90
91
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/errors.rb', line 89

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