Class: Aws::EFS::Errors::ConflictException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-efs/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConflictException.

Parameters:



179
180
181
# File 'lib/aws-sdk-efs/errors.rb', line 179

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

Instance Method Details

#error_codeString

Returns:

  • (String)


184
# File 'lib/aws-sdk-efs/errors.rb', line 184

def error_code: () -> ::String

#messageString

Returns:

  • (String)


189
# File 'lib/aws-sdk-efs/errors.rb', line 189

def message: () -> ::String