You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Module: Aws::Macie2
- Defined in:
- (unknown)
Overview
This module provides a client for making API requests to Amazon Macie 2.
Aws::Macie2::Client
The Client class provides one-to-one mapping for each API operation.
macie2 = Aws::Macie2::Client.new(region: 'us-east-1')
macie2.operation_names
#=> [:accept_invitation, :batch_get_custom_data_identifiers, :create_classification_job, :create_custom_data_identifier, ...]
Each API operation method accepts a hash of request parameters and returns a response object.
resp = macie2.accept_invitation(params)
See Client for more information.
Aws::Macie2::Errors
Errors returned from Amazon Macie 2 are defined in the Errors module and extend Errors::ServiceError.
begin
# do stuff
rescue Aws::Macie2::Errors::ServiceError
# rescues all errors returned by Amazon Macie 2
end
See Errors for more information.