Class: Aws::EFS::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EFS::Errors::ConflictException
- Defined in:
- lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
179 180 181 |
# File 'lib/aws-sdk-efs/errors.rb', line 179 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
184 185 186 |
# File 'lib/aws-sdk-efs/errors.rb', line 184 def error_code @data[:error_code] end |
#message ⇒ String
189 190 191 |
# File 'lib/aws-sdk-efs/errors.rb', line 189 def @message || @data[:message] end |