Class: Aws::CostandUsageReportService::Types::DeleteReportDefinitionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb

Overview

If the action is successful, the service sends back an HTTP 200 response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_messageString

Whether the deletion was successful or not.

Returns:

  • (String)


37
38
39
40
41
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 37

class DeleteReportDefinitionResponse < Struct.new(
  :response_message)
  SENSITIVE = []
  include Aws::Structure
end