Method: Aws::QuickSight::Types::CancelIngestionResponse#status
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#status ⇒ Integer
The HTTP status of the request.
3849 3850 3851 3852 3853 3854 3855 3856 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3849 class CancelIngestionResponse < Struct.new( :arn, :ingestion_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |