Class: Aws::WorkDocs::Errors::EntityNotExistsException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::WorkDocs::Errors::EntityNotExistsException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-workdocs/errors.rb
Instance Method Summary collapse
- #entity_ids ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotExistsException
constructor
A new instance of EntityNotExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotExistsException
Returns a new instance of EntityNotExistsException.
167 168 169 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 167 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#entity_ids ⇒ String
177 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 177
def entity_ids: () -> ::String
|
#message ⇒ String
172 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 172
def message: () -> ::String
|