Class: Aws::S3Files::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ConflictException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
The request conflicts with the current state of the resource. This can occur when trying to create a resource that already exists or delete a resource that is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that caused the conflict.
-
#resource_type ⇒ String
The type of the resource that caused the conflict.
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
34 35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
34 35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that caused the conflict.
34 35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that caused the conflict.
34 35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |