Class: Aws::SES::Types::CannotDeleteException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CannotDeleteException
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Indicates that the delete operation could not be completed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Indicates that a resource could not be deleted because no resource with the specified name exists.
Instance Attribute Details
#name ⇒ String
Indicates that a resource could not be deleted because no resource with the specified name exists.
336 337 338 339 340 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 336 class CannotDeleteException < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |