Class: Aws::MigrationHubOrchestrator::Errors::ConflictException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConflictException.

Parameters:



67
68
69
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/errors.rb', line 67

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

Instance Method Details

#messageString

Returns:

  • (String)


72
73
74
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/errors.rb', line 72

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

#retryable?Boolean

Returns:

  • (Boolean)


76
77
78
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/errors.rb', line 76

def retryable?
  true
end