Sha256: f2356fd882de662f2f4697ea6fbec4e5201ce9f402bd1b3bb8d6390662b83010
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::MarketplaceReporting module Types class AccessDeniedException attr_accessor message: ::String SENSITIVE: [] end class BadRequestException attr_accessor message: ::String SENSITIVE: [] end class GetBuyerDashboardInput attr_accessor dashboard_identifier: ::String attr_accessor embedding_domains: ::Array[::String] SENSITIVE: [] end class GetBuyerDashboardOutput attr_accessor embed_url: ::String attr_accessor dashboard_identifier: ::String attr_accessor embedding_domains: ::Array[::String] SENSITIVE: [] end class InternalServerException attr_accessor message: ::String SENSITIVE: [] end class UnauthorizedException attr_accessor message: ::String SENSITIVE: [] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-marketplacereporting-1.2.0 | sig/types.rbs |
aws-sdk-marketplacereporting-1.1.0 | sig/types.rbs |
aws-sdk-marketplacereporting-1.0.0 | sig/types.rbs |